type runtime.heapBits

18 uses

	runtime (current package)
		mbitmap.go#L113: type heapBits struct {
		mbitmap.go#L122: var _ = heapBits{arena: (1<<heapAddrBits)/heapArenaBytes - 1}
		mbitmap.go#L318: func heapBitsForAddr(addr uintptr) (h heapBits) {
		mbitmap.go#L435: func (h heapBits) next() heapBits {
		mbitmap.go#L456: func (h heapBits) nextArena() heapBits {
		mbitmap.go#L464: 		return heapBits{}
		mbitmap.go#L468: 		return heapBits{}
		mbitmap.go#L481: func (h heapBits) forward(n uintptr) heapBits {
		mbitmap.go#L507: func (h heapBits) forwardOrBoundary(n uintptr) (heapBits, uintptr) {
		mbitmap.go#L521: func (h heapBits) bits() uint32 {
		mbitmap.go#L530: func (h heapBits) morePointers() bool {
		mbitmap.go#L538: func (h heapBits) isPointer() bool {
		mbitmap.go#L762: func (h heapBits) initSpan(s *mspan) {
		mbitmap.go#L1489: func heapBitsSetTypeGCProg(h heapBits, progSize, elemSize, dataSize, allocSize uintptr, prog *byte) {